home *** CD-ROM | disk | FTP | other *** search
/ The Complete Windows Set / The Complete Windows Set.iso / RGBVUE / README.1ST next >
Text File  |  1992-12-20  |  3KB  |  78 lines

  1. RGBVUE v0.99 (c) Copyright 1992 Lawrence Gozum & Marvin Gozum, MD.
  2.  
  3. RGBVUE is Freeware program for Windows 3.x that quickly views multiple
  4. image GIFs with full support for multiple instances on graphics displays
  5. with
  6.  
  7.         * 24-bits, 16.7 Million colors (True Color)
  8.         * 16-bits, 65536 colors (XGA)
  9.         * 15-bits, 32768 colors (HiColor)
  10.         * 8-bits, 256 colors (SVGA)
  11.         * 4-bits, 16 colors (EGA/VGA)
  12.         * 1-bit, B&W (MCGA/VGA)
  13.  
  14.  
  15. RGBVUE Features
  16.  
  17.         o FAST assembly-language DLL for GIF decoding (almost as if you were
  18.           using a viewer in DOS).  Quickly decodes to display and memory
  19.           (no long waits for the status bar to be completed).
  20.  
  21.         o Automatic Window resizing and centering (includes an AutoWindow
  22.           button to restore default size and centered position after
  23.           resizing or repositioning window anywhere on your desktop).
  24.  
  25.         o 286, 386, Standard Mode and Enhanced Mode support in Windows.
  26.  
  27.         o Multiple instances (several copies running at the same time).
  28.           In 256-color modes, unlike viewers using Windows' "UpdateColors"
  29.           function (inevitably resulting in image degradation), RGBVUE
  30.           quickly changes its palette and "repaints" the image to
  31.           maintain as much color accuracy as possible.
  32.  
  33.         o Online help and docs.
  34.  
  35.         o Interlaced GIF support.
  36.  
  37.         o Multiple image support for all GIF 87a files (FAERIE.GIF,
  38.           BLUEBK.GIF, SHINY2.GIF, 3ITEST.GIF, ...) as well as problematic
  39.           GIFs (AUTHOR.GIF, COLUMB.GIF, SRUN.GIF, NMARE1.GIF NMARE4.GIF...)
  40.  
  41.         o Optional GIF 89a detection and prompt for display of first image.
  42.           Full 89a support to follow.
  43.  
  44.         o Proprietary algorithms for optimal colors or gray shades in 64K
  45.           and 32K color modes.
  46.  
  47.         o Proprietary algorithm for eliminating/reducing 'hotspots' in
  48.           256-color (SVGA) modes.
  49.  
  50.         o Proprietary rendering algorithms for showing up to 4912 colors
  51.           with optimal detail in 16-color (EGA/VGA) modes, despite Windows'
  52.           fixed 16-color palette.
  53.  
  54.         o 256, 64, 32 and 16 gray shades conversions for laptops/portables.
  55.  
  56.         o Proprietary rendering algorithms for showing up to 16 gray
  57.           shades in 16-color (EGA/VGA) modes, despite Windows' fixed
  58.           palette with only four gray shades.
  59.  
  60.  
  61. RGBVUE09.ZIP must include the following:
  62.  
  63.         README   1ST    This doc
  64.         RGBVUE   EXE    Main Program
  65.         RGBVUE   DLL    required, custom Dynamic Link Library
  66.         RGBVUE   HLP    Online help/docs
  67.         VBE      EXE    Extended Event manager for SVGA/256-color modes
  68.  
  69. Note:   Although decoding routines are written in assembly, RGBVUE needs
  70.         the VBRUN100.DLL to run the main program.  It is available from
  71.         most BBS's in VBRUN100.ZIP.  At CompuServe browse for VBRUN.ZIP
  72.         or VBRUN1.ZIP at the PICS Forum, IBMAPP forum or Microsoft Forum.
  73.  
  74.         Please ensure that VBRUN100.DLL is in your \WINDOWS directory or
  75.         \WINDOWS\SYSTEM sub-directory or in the same directory where you
  76.         installed RGBVUE.
  77.  
  78.